func net/http.adjustNextProtos
3 uses
net/http (current package)
server.go#L3480: config.NextProtos = adjustNextProtos(config.NextProtos, s.protocols())
server.go#L3523: func adjustNextProtos(nextProtos []string, protos Protocols) []string {
transport.go#L453: t.TLSClientConfig.NextProtos = adjustNextProtos(t.TLSClientConfig.NextProtos, protocols)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)